body {
	min-width: 1200px;
}

.header {
	position: relative;
	width: 100%;
	height: 110px;
}

.header .header_l {
	float: left;
	width: 50%;
	height: 100%;
	background: #fff;
}

    .header .header_r {
        float: right;
        width: 100%;
        height: 100%;
        background: #2e2e2e;
    }

.header .header_r div {
	width: 100%;
	height: 65px;
	background: #fff;
	margin-top: 45px;
}


/*header内容*/

    .header .header_c {
        position: absolute;
        width: 1200px;
        height: 110px;
        left: 0;
        right: 0;
        margin: auto;
        background: #2e2e2e;
    }

        .header .header_c .header_cl {
            display: block;
            width: 190px;
            float: left;
            height: 65px;
            background: #fff;
            margin-top: 45px;
        }

            .header .header_c .header_cl img {
                height: 33px;
                margin-top: 16px;
            }

.header .header_c .header_cr {
	width: 1010px;
	height: 100%;
	float: right;
}


/*头部搜索框*/

.header .header_c .header_cr .header_search {
	position: relative;
	width: 100%;
	height: 45px;
	overflow: hidden;
	line-height: 45px;
	text-align: right;
	font-size: 18px;
	color: #ccc;
}

.header .header_c .header_cr .header_search .search_change {
	position: absolute;
	top: 0;
	right: 75px;
}

.header .header_c .header_cr .header_search .search_change .hd_sc_first,
.header .header_c .header_cr .header_search .search_change .hd_sc_second {
	height: 45px;
	line-height: 45px;
}

.header .header_c .header_cr .header_search .search_change .hd_sc_second .icon-sousuo {
	color: rgba(255, 255, 255, .8);
	padding: 7px;
	cursor: pointer;
	margin: 0;
	padding: 0;
	margin-right: 30px;
}

.header .header_c .header_cr .header_search .search_change .hd_sc_second input {
	color: rgba(255, 255, 255, .8);
	display: block;
	float: left;
	width: 400px;
	height: 30px;
	line-height: 24px;
	margin-top: 7px;
	text-align: center;
}

.header .header_c .header_cr .header_search .search_change a {
	font-size: 14px;
	color: #666;
	display: inline-block;
	margin-right: 4px;
    margin-left:18px;
}

.header .header_c .header_cr .header_search .search_change .hd_sc_second a {
	float: left;
	display: block;
	margin-right: 45px;
	width: 45px;
	height: 45px;
	text-align: center;
}

.header .header_c .header_cr .header_search .line_vertical {
	display: inline-block;
	width: 1px;
	height: 13px;
	background: rgba(102, 120, 120, .5);
	margin-bottom: 16px;
}
    .header .header_c .header_cr .header_search .vertical {
        display: inline-block;
        width: 1px;
        height: 13px;
        background: rgba(102, 120, 120, .5);
        margin-left:11px;
    }

.header .header_c .header_cr .header_search .search_btn {
	display: inline-block;
	position: relative;
	width: 45px;
	height: 45px;
}

.header .header_c .header_cr .header_search .search_btn .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	height: 45px;
	line-height: 45px;
}

.header .header_c .header_cr .header_search .search_btn .icon-sousuo {
	color: #ccc;
	font-size: 17px;
	cursor: pointer;
	opacity: 1;
	transition: all 0.5s;
	transition-delay: 0.2s;
}

.header .header_c .header_cr .header_search .search_btn .icon-close48 {
	color: #ccc;
	font-size: 12px;
	opacity: 0;
	cursor: pointer;
	transition: all 0.5s;
}


/*切换效果搜索-关闭*/

.header .header_c .header_cr .header_search .search_btn.active .icon-sousuo {
	transform: rotate(180deg);
	font-size: 12px;
	opacity: 0;
	transition: all 0.5s;
}

.header .header_c .header_cr .header_search .search_btn.active .icon-close48 {
	transform: rotate(180deg);
	font-size: 17px;
	opacity: 1;
	transition: all 0.5s;
	transition-delay: 0.2s;
}


/*头部导航栏*/
.header_list{
	overflow: hidden;
	background: #fff;
	height: 65px;
	line-height: 65px;
}

.header_list ul{
	width: 100%;
	overflow: hidden;
}
    .header_list ul li.active {
        background: rgba(0,103,209,0.8);
    }
    .header_list ul li a.active {
        color: #fff;
    }

    .header_list ul li {
        text-align: center;
        float: left;
        width: 140px;
    }
.header_list ul li a{
	flex: 1;
	font-size: 14px;
	color: #333;
	cursor: pointer;
	display: block;
}
.header_list ul li a:active{
	background: #0067d1;
	color: #fff;
}
.header_list ul li a:hover{
	background: #0067d1;
	color: #fff;
}
/* 导航 新闻中心 */
.header_list ul li active {
    background: rgba(0,103,209,0.8);
}
.nav-box {
    background: rgba(0,103,209,0.8);
    color: #fff;
    position: absolute;
    top: 110px;
    left: 190px;
    z-index: 99;
    width: 180px;
    padding: 26px;
    height: 240px;
    overflow: hidden;
    display: none;
}
.header_list ul li a:hover .nav-box{
	display: block;
}

.header_list .nav-box a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: block;
	text-align: left;
	width: 50%;
	/*float: left;*/
	line-height: 40px;
}
.header_list .nav-box .last-a{
	width: 100%;
}
.header_list .nav-box a:hover{
	background: none !important;
	text-decoration: underline;
}


.header .header_c .header_cr .header_list .new-pos:hover .nav-box{
	display: block;
	
}

/* 导航 品牌实力*/

.nav-box2{
	width: 185px;
	height: 240px;
	z-index: 99;
	background: rgba(0,103,209,0.8);
	color: #fff;
	position: absolute;
	top: 110px;
	left: 330px;
	padding: 20px 35px;
	display: none;
}
.header_list .nav-box2 a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: block;
	text-align: left;
	line-height: 40px;
}
.header .header_c .header_cr .header_list .new-pos2:hover .nav-box2{
	display: block;
	
}
.header_list .nav-box2 a:hover{
	background: none !important;
	text-decoration: underline;
}
/* 导航 我们的服务 */
.nav-box3{
	width: 185px;
	height: 240px;
	z-index: 99;
	background: rgba(0,103,209,0.8);
	color: #fff;
	position: absolute;
	top: 110px;
	left: 470px;
	padding: 20px 35px;
	display: none;	
}
.header_list .nav-box3 a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: block;
	text-align: left;
	line-height: 40px;
}
.header .header_c .header_cr .header_list .new-pos3:hover .nav-box3{
	display: block;
	
}
.header_list .nav-box3 a:hover{
	background: none !important;
	text-decoration: underline;
}
/* 导航 资源中心 */
.nav-box4 {
    width: 195px;
    height: 240px;
    z-index: 99;
    background: rgba(0,103,209,0.8);
    color: #fff;
    position: absolute;
    top: 110px;
    left: 610px;
    padding: 20px 35px;
    display: none;
}
.header_list .nav-box4 a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: block;
	text-align: left;
	line-height: 40px;
	width: 45%;
}
.header .header_c .header_cr .header_list .new-pos4:hover .nav-box4{
	display: block;
	
}
.header_list .nav-box4 a:hover{
	background: none !important;
	text-decoration: underline;
}
.header_list .nav-box4 .first-a{
	float: right;
	width: 50%;
}
/* 导航 招贤纳士 */
.nav-box5{
	width: 155px;
	height: 240px;
	z-index: 99;
	background: rgba(0,103,209,0.8);
	color: #fff;
	position: absolute;
	top: 110px;
	left: 750px;
	padding: 20px 35px;
	display: none;
}
.header_list .nav-box5 a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: block;
	text-align: left;
	line-height: 40px;
}
.header .header_c .header_cr .header_list .new-pos5:hover .nav-box5{
	display: block;
	
}
.header_list .nav-box5 a:hover{
	background: none !important;
	text-decoration: underline;
}
/* 导航 合作互动 */
.nav-box6{
	width: 153px;
	height: 240px;
	z-index: 99;
	background: rgba(0,103,209,0.8);
	color: #fff;
	position: absolute;
	top: 110px;
	left: 890px;
	padding: 20px 35px;
	display: none;
}
.header_list .nav-box6 a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: block;
	text-align: left;
	line-height: 40px;
}
.header .header_c .header_cr .header_list .new-pos6:hover .nav-box6{
	display: block;
	
}
.header_list .nav-box6 a:hover{
	background: none !important;
	text-decoration: underline;
}
/* 导航 客户绿色通道 */
.nav-box7{
	width: 340px;
	height: 240px;
	z-index: 99;
	background: rgba(0,103,209,0.8);
	color: #fff;
	position: absolute;
	top: 110px;
	left: 830px;
	padding: 20px 60px;
	display: none;
}
.header_list .nav-box7 a{
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: block;
	text-align: left;
	line-height: 40px;
	width: 48%;
}
.header .header_c .header_cr .header_list .new-pos7:hover .nav-box7{
	display: block;
	
}
.header_list .nav-box7 a:hover{
	background: none !important;
	text-decoration: underline;
}
.header_list .nav-box7 .dif-a{
	float: right;
}
/*导图*/

.top_img {
	width: 100%;
	height: 360px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
}


/*底部*/

.footer {
	clear: both;
	width: 100%;
	height: 338px;
	background: #2e2e2e;
	color: rgba(255, 255, 255, .2);
	font-size: 12px;
}

.footer a {
	color: rgba(255, 255, 255, .2);
}

.footer .footer_body {
	width: 1010px;
	height: 100%;
	float: left
}

.footer .footer_body .page {
	height: 125px;
	line-height: 125px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer_body .page img {
	width: 125px;
	margin-top: -12px;
}

.footer .footer_body .page a {
	display: inline-block;
	width: 88px;
	text-align: center;
}

.footer .footer_body .page a:last-child {
	border: 1px solid rgba(255, 255, 255, .2);
	border-radius: 50px;
	width: 100px;
	float: right;
	line-height: 30px;
	margin-top: 46px;
}

.footer .footer_body a:hover {
	color: rgba(255, 255, 255, .4);
}

.footer .footer_body .link {
	height: 100px;
	line-height: 100px;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.footer .footer_body .link a {
	padding: 0 8px;
	display: inline-block;
}

.footer .footer_body .link p {
	display: inline-block;
	float: right;
}

.footer .footer_body .link p span {
	color: #005BAC;
	font-weight: 600;
	font-size: 20px;
}

.footer .footer_body .msg {
	line-height: 110px;
	height: 110px;
	clear: both;
}

/*.footer .footer_body .msg a.icon{
	display: inline-block;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	float: right;
	margin-left: 15px;
	margin-top: 40px;
	color: #434343;
	font-size: 19px;
	border: 2px solid #434343;
	border-radius: 50%;
}*/
.footer .footer_body .msg a:nth-child(5){
	font-size: 17px;
}
.footer .footer_body .msg a:hover{
	color: rgba(255,255,255,.4);
	border-color: rgba(255,255,255,.4);
}

.footer .foot-box{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
}

.foot-right{
	float: right;
	width: auto;
	margin-top: 45px;
}
.foot-right dl{
	text-align: center;
}
/*.foot-right dl dt{
	border: 1px solid #CCC;
	padding: 2px;
}*/
.foot-right dl dt{border: 1px solid #CCC;  padding: 4px;width: 92%;}
    .foot-right dl dt img{width:97%;margin-top:2px;}
    .foot-right dl dd {
        font-size: 14px;
        color: #E6E6E6;
        line-height: 30px;
    }
.foot-icon {
	overflow: hidden;
}
    .foot-icon a.icon {
        display: inline-block;
        width: 25px;
        height: 25px;
        line-height: 25px;
        text-align: center;
        float: right;
        margin-left: 15px;
        margin-top: 60px;
        color: #434343;
        font-size: 19px;
        border: 2px solid #434343;
        border-radius: 50%;
        padding-left: 0;
        background: #2e2e2e;
    }
    .foot-icon a.icon:hover{background: #005BAC;border: 2px solid #005BAC;color: #FAFAFA;}
/*左侧导航栏*/

.container {
	width: 1200px;
	height: auto;
	margin: 0 auto;
}


/*左侧导航*/

.container .con_l {
	float: left;
	width: 225px;
	height: auto;
	overflow: hidden;
	margin-top: -117px;
	margin-bottom: 80px;
}
.container .con_l div{
	height: 70px;
	overflow: hidden;
}
.container .con_l div p,
.container .con_l div a {
	display: block;
	width: 100%;
	height: 70px;
	box-sizing: border-box;
	padding-left: 50px;
	line-height: 70px;
	background: #fafafa;
	border-bottom: 1px solid #f2f2f2;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	color: #656565;
	font-size: 16px;
	letter-spacing: 1px;
	margin-top: 0;
	font-family: sans-serif;
}

.container .con_l .active p {
	color: #0067D1;
}

.container .con_l .active span {
	border-left-color: #0067D1;
}

.container .con_l div:first-child {
	height: 117px!important;
	background: transparent;
	border: transparent;
	padding: 0;
}

.container .con_l div:first-child img {
	width: 100%;
}

.container .con_l a:hover {
	color: #0067D1;
}

.container .con_l a.active {
	color: #0067D1;
}


/*导航展开动画*/

.container .con_l div {
	position: relative;
	cursor: pointer;
}

.container .con_l div span {
	position: absolute;
	top: 27.5px;
	right: 50px;
	display: block;
	width: 0;
	height: 0;
	border-left: 7px solid #999;
	border-top: 7px solid transparent;
	border-bottom: 7px solid transparent;
	cursor: pointer;
	transition: all .3s;
}

.container .con_l div.active span {
	transform: rotate(90deg);
	transition: all .3s;
}

.container .con_l div div.list {
	width: 100%;
	display: table;
}

.container .con_l div .list a {
	position: relative;
	height: auto;
	padding-right: 20px;
	padding: 7px 20px 7px 80px;
	border: none;
	line-height: 30px;
}

.container .con_l div .list .icon-iconfontdian1 {
	font-size: 18px;
	border: none;
	color: inherit;
	top: 14px;
	right: 150px;
	transform: rotate(90deg);
}


/*右侧内容*/

.container .con_r {
	float: left;
	width: 925px;
	display: table;
	margin-left: 45px;
	padding-bottom: 80px;
}


/*内容面包屑*/

.container .con_r .top_title {
	width: 100%;
	padding: 30px 0 10px;
	font-size: 14px;
	border-bottom: 1px solid #e6e6e6;
	color: #666;
	text-align: right;
	letter-spacing: 2px;
}

.container .con_r .top_title a {
	color: #666;
}
    .container .con_r .top_title .back {
        color: #666;
        float:left;
    }
    .container .con_r .top_title .back:hover {
cursor:pointer;
    }

.container .con_r .top_title span {
	padding-right: 4px;
	color: inherit;
}

.container .con_r .con_group01 {
	width: 100%;
	display: table;
}


/*分页器*/

.container .con_r .pagination {
	width: 100%;
	display: table;
	margin: 25px 0;
}

.container .con_r .pagination a {
	display: inline-block;
	width: 30px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #b0b0b0;
	border: 1px solid #e4e4e4;
	margin-right: 20px;
}
    .container .con_r .pagination span.current {
        display: inline-block;
        width: 30px;
        height: 35px;
        text-align: center;
        line-height: 35px;
        color: #b0b0b0;
        border: 1px solid #e4e4e4;
        background-color: #0067D1;
        margin-right: 20px;
    }


.container .con_r .pagination .icon-zuoyoujiantou2 {
	font-size: 14px;
	transition: background-color 1s;
}

.container .con_r .pagination li.active {
	background-color: #0067D1;
	color: #fff;
	border-color: #0067D1;
	transition: background-color 1s,border-color 1s;
}

.container .con_r .pagination li:hover {
	background-color: #0067D1;
	color: #fff;
	cursor: pointer;
	transition: background-color 1s;
}

.container .con_r .pagination li:last-child:hover {
	background: #fff;
	color: #b0b0b0;
}


/*详情页社会招聘+新闻中心  返回*/

.detel .con_r .top_title .back {
	float: left;
}


/*详情页社会招聘+新闻中心  切换箭头*/

.detel .con_group01 .arrow {
	position: absolute;
	right: 0;
	top: 40px;
	width: 30px;
	height: 60px;
}

.detel .con_group01 .arrow a {
	display: block;
	width: 30px;
	height: 30px;
}
.detel .con_group01 .arrow a:nth-child(1){
	background: url(../img/news/dete/arrow_left.jpg) no-repeat;
	background-size: 100% 100%;
	background-position: top left;
}
.detel .con_group01 .arrow a:nth-child(1):hover{
	background: url(../img/news/dete/arrow_hleft.jpg);
}
.detel .con_group01 .arrow a:nth-child(2){
	background: url(../img/news/dete/arrow_right.jpg);
}
.detel .con_group01 .arrow a:nth-child(2):hover{
	background: url(../img/news/dete/arrow_hright.jpg);
}
.div-tanchuang {
    position: fixed;
    z-index: 999;
    bottom: 0;
    right: 0;
}
.posi-left {
    width: 60px;
    position: fixed;
    z-index: 999;
    top: 238px;
    right: 0;
}

.posi-li {
    width: 60px;
    margin-top: 2px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgba(0,0,0,0.7);
}

.posi-a {
    display: block;
    position: relative;
    cursor: pointer;
}

.posi-div {
    position: absolute;
    top: -15px;
    left: -140px;
    height: 60px;
    background: rgb(0,103,209,.8);
    font-size: 16px;
    text-align: center;
    line-height: 60px;
    color: #000;
    font-weight: 500;
    display: none;
    color: #fff;
}

.dis-none2 {
    display: none;
}

.posi-li:hover .posi-div {
    display: block;
    width: 120px;
}
/*分享*/
.bd_weixin_popup .bd_weixin_popup_foot {
    display: none
}